home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / GXEnvironment.idl < prev    next >
Text File  |  1996-05-01  |  2KB  |  83 lines

  1. /*
  2.      File:        GXEnvironment.idl
  3.  
  4.      Contains:    QuickDraw GX environment constants and interfaces
  5.  
  6.      Version:    Technology:    Quickdraw GX 1.1
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __GXENVIRONMENT_IDL__
  19. #define __GXENVIRONMENT_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __CONDITIONALMACROS_IDL__
  25. #include <ConditionalMacros.idl>
  26. #endif
  27. #ifndef __MIXEDMODE_IDL__
  28. #include <MixedMode.idl>
  29. #endif
  30. #ifndef __WINDOWS_IDL__
  31. #include <Windows.idl>
  32. #endif
  33. #ifndef __GXTYPES_IDL__
  34. #include <GXTypes.idl>
  35. #endif
  36. #ifndef __CMAPPLICATION_IDL__
  37. #include <CMApplication.idl>
  38. #endif
  39.  
  40. #ifdef __SOMIDL__
  41.  
  42. #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
  43. typedef long                    gxPollingHandlerFlags;
  44.  
  45. typedef OpaquePtr gxPollingHandlerProcPtr;
  46. typedef OpaquePtr gxPollingHandlerUPP;
  47. /* QD to QD GX Translator typedefs */
  48. typedef long                    gxTranslationOption;
  49.  
  50. typedef long                    gxTranslationStatistic;
  51.  
  52. typedef SOMLargeStruct            gxQuickDrawPict;            /* Derived from a struct of 30 bytes in size */
  53.  
  54. /* WindowRecord utilities */
  55. /* GDevice utilities */
  56. /* gxPoint utilities */
  57. typedef OpaquePtr gxShapeSpoolProcPtr;
  58. typedef OpaquePtr gxShapeSpoolUPP;
  59. /* printing utilities typedef */
  60. typedef OpaquePtr gxUserViewPortFilterProcPtr;
  61. typedef OpaquePtr gxUserViewPortFilterUPP;
  62. typedef OpaquePtr gxConvertQDFontProcPtr;
  63. typedef OpaquePtr gxConvertQDFontUPP;
  64. typedef gxShapeSpoolProcPtr        gxShapeSpoolFunction;
  65.  
  66. typedef gxUserViewPortFilterProcPtr gxUserViewPortFilter;
  67.  
  68. typedef gxConvertQDFontProcPtr gxConvertQDFontFunction;
  69.  
  70. /* mouse utilities */
  71. /* return mouse location in fixed-gxPoint global space */
  72. /* return fixed-gxPoint local mouse (gxViewPort == 0 --> default) */
  73. /* printing utilities */
  74. /* QD to QD GX Translator functions */
  75. /* Find the best GX style given a QD font and face. Called by the QD->GX translator */
  76. /* ColorSync 2.0 interface related routines */
  77. #endif
  78.  
  79. #endif /* __SOMIDL__ */
  80.  
  81. #endif /* __GXENVIRONMENT_IDL__ */
  82.  
  83.